Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2021

This PR contains the following updates:

Package Change Age Confidence
@stencila/dev-config (source) 2.0.18 -> 2.0.27 age confidence
@types/dockerode (source) 3.2.7 -> 3.3.45 age confidence
@types/jest (source) 27.0.1 -> 27.5.2 age confidence
@types/js-yaml (source) 4.0.3 -> 4.0.9 age confidence
@types/node (source) 16.6.2 -> 16.18.126 age confidence
@types/node-persist (source) 3.1.2 -> 3.1.8 age confidence
@types/semver (source) 7.3.8 -> 7.7.1 age confidence
@types/tar-fs (source) 2.0.1 -> 2.0.4 age confidence
@types/tmp (source) 0.2.1 -> 0.2.6 age confidence
@types/yargs (source) 17.0.2 -> 17.0.34 age confidence
all-contributors-cli 6.20.0 -> 6.26.1 age confidence
jest (source) 27.0.6 -> 27.5.1 age confidence
ts-jest (source) 27.0.5 -> 27.1.5 age confidence
ts-node (source) 10.2.1 -> 10.9.2 age confidence
typedoc (source) 0.21.6 -> 0.28.14 age confidence
typescript (source) 4.3.5 -> 4.9.5 age confidence

Release Notes

stencila/dev-config (@​stencila/dev-config)

v2.0.27

Compare Source

v2.0.26

Compare Source

v2.0.25

Compare Source

v2.0.24

Compare Source

v2.0.23

Compare Source

v2.0.22

Compare Source

v2.0.21

Compare Source

v2.0.20

Compare Source

v2.0.19

Compare Source

all-contributors/all-contributors-cli (all-contributors-cli)

v6.26.1

Compare Source

Bug Fixes
  • add correct arguments to the formatConfig() call (#​360) (cfb1d9c)

v6.26.0

Compare Source

Features

v6.25.1

Compare Source

Bug Fixes

v6.25.0

Compare Source

Features

v6.24.0

Compare Source

Features

v6.23.1

Compare Source

Bug Fixes

v6.23.0

Compare Source

Features

v6.22.0

Compare Source

Features

v6.21.0

Compare Source

Features

v6.20.5

Compare Source

Bug Fixes

v6.20.4

Compare Source

Bug Fixes

v6.20.3

Compare Source

Bug Fixes

v6.20.2

Compare Source

Bug Fixes

v6.20.1

Compare Source

Bug Fixes
jestjs/jest (jest)

v27.5.1

Compare Source

Features

  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)

Fixes

  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)

Chore & Maintenance

  • [*] Avoid anonymous default exports (#​12313)

New Contributors

Full Changelog: jestjs/jest@v27.5.0...v27.5.1

v27.5.0

Compare Source

Features

  • [expect] Add asymmetric matcher expect.closeTo (#​12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#​12285)

Fixes

  • [expect] Add a fix for .toHaveProperty('') (#​12251)
  • [jest-each, @​jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#​12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#​12292)
  • [jest-environment-node] Add atob and btoa (#​12269)
  • [jest-matcher-utils] Correct diff for expected asymmetric matchers (#​12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#​12277)

Chore & Maintenance

  • [*] Update graceful-fs to ^4.2.9 (#​11749)

Performance

  • [jest-resolve] perf: skip error creation on not found stat calls (#​11749)

New Contributors

Full Changelog: jestjs/jest@v27.4.7...v27.5.0

v27.4.7

Compare Source

Fixes

  • jest-config Add missing @babel/core dependency (#​12216)

Full Changelog: jestjs/jest@v27.4.6...v27.4.7

v27.4.6

Compare Source

Fixes
  • [jest-environment-node] Add AbortSignal (#​12157)
  • [jest-environment-node] Add Missing node global performance (#​12002)
  • [jest-runtime] Handle missing mocked property (#​12213)
  • [@jest/transform] Update dependency package pirates to 4.0.4 (#​12002)
Performance
  • jest-config perf: only register ts-node once when loading TS config files (#​12160)
New Contributors

Full Changelog: jestjs/jest@v27.4.5...v27.4.6

v27.4.5

Compare Source

Fixes

  • [jest-worker] Stop explicitly passing process.env (#​12141)

New Contributors

Full Changelog: jestjs/jest@v27.4.4...v27.4.5

v27.4.4

Compare Source

Fixes

  • [babel-jest] Add process.version chunk to the cache key (#​12122)
  • [jest-environment] Add mocked to jest object (#​12133)
  • [jest-worker] Stop explicitly passing execArgv (#​12128)

Chore & Maintenance

  • [website] Fix the card front that looks overlapping part of the card back

New Contributors

Full Changelog: jestjs/jest@v27.4.3...v27.4.4

v27.4.3

Compare Source

27.4.3

Fixes
  • [jest-environment-jsdom] Remove @types/jsdom dependency (and make its dom property private) (#​12107)

Full Changelog: jestjs/jest@v27.4.2...v27.4.3

v27.4.2

Compare Source

27.4.2

Fixes
  • [jest-worker] Add additional execArgv to filter (#​12103)

New Contributors

Full Changelog: jestjs/jest@v27.4.1...v27.4.2

v27.4.1

Compare Source

Fixes
  • [jest-worker] Filter execArgv correctly (#​12097)

New Contributors

Full Changelog: jestjs/jest@v27.4.0...v27.4.1

v27.4.0

Compare Source

Features
  • [expect] Enhancing the toHaveProperty matcher to support array selection (#​12092)
  • [jest-core] Add support for testResultsProcessor written in ESM (#​12006)
  • [jest-diff, pretty-format] Add compareKeys option for custom sorting of object keys (#​11992)
  • [jest-mock] Add ts-jest mock util functions (#​12089)
Fixes
  • [expect] Allow again expect.Matchers generic with single value (#​11986)
  • [jest-circus, jest-jasmine2] Avoid false concurrent test failures due to unhandled promise rejections (#​11987)
  • [jest-config] Add missing slash dependency to package.json (#​12080)
  • [jest-core] Incorrect detection of open ZLIB handles (#​12022)
  • [jest-diff] Break dependency cycle (#​10818)
  • [jest-environment-jsdom] Add @types/jsdom dependency (#​11999)
  • [jest-environment-jsdom] Do not reset the global.document too early on teardown (#​11871)
  • [jest-transform] Improve error and warning messages (#​11998)
  • [jest-worker] Pass execArgv correctly to worker_threads worker (#​12069)
Chore & Maintenance
  • [docs] CLI options alphabetized (#​11586)
  • [jest-runner] Add info regarding timers to forcedExit message(#​12083)
  • [*] Replaced substr method with substring (#​12066)
  • [*] Add types entry to all export maps (#​12073)
New Contributors

Full Changelog: jestjs/jest@v27.3.1...v27.4.0

v27.3.1

Compare Source

Fixes

  • [expect] Make expect extension properties configurable (#​11978)
  • [expect] Fix .any() checks on primitive wrapper classes (#​11976)

Chore & Maintenance

  • [expect] BigInt global is always defined, don't check for its existence at runtime (#​11979)
  • [jest-config, jest-util] Use ci-info instead of is-ci to detect CI environment (#​11973)

New Contributors

Full Changelog: jestjs/jest@v27.3.0...v27.3.1

v27.3.0: 27.3.0

Compare Source

Features

  • [jest-config] Add testEnvironmentOptions.html to apply to jsdom input (#​11950)
  • [jest-resolver] Support default export (.) in exports field if main is missing (#​11919)

Fixes

  • [expect] Tweak and improve types (#​11949)
  • [jest-runtime] Ensure absolute paths can be resolved within test modules (#​11943)
  • [jest-runtime] Fix instanceof for ModernFakeTimers and LegacyFakeTimers methods (#​11946)

New Contributors

Full Changelog: jestjs/jest@v27.2.5...v27.3.0

v27.2.5: 27.2.5

Compare Source

Features
  • [jest-config] Warn when multiple Jest configs are located (#​11922)
Fixes
  • [expect] Pass matcher context to asymmetric matchers (#​11926 & #​11930)
  • [expect] Improve TypeScript types (#​11931)
  • [expect] Improve typings of toThrow() and toThrowError() matchers (#​11929)
  • [jest-cli] Improve --help printout by removing defunct --browser option (#​11914)
  • [jest-haste-map] Use distinct cache paths for different values of computeDependencies (#​11916)
  • [@jest/reporters] Do not buffer console.logs when using verbose reporter (#​11054)
Chore & Maintenance
  • [expect] Export default matchers (#​11932)
  • [@jest/types] Mark deprecated configuration options as @deprecated (#​11913)
New Contributors

Full Changelog: jestjs/jest@v27.2.4...v27.2.5

v27.2.4: 27.2.4

Compare Source

Features
  • [expect] Add equality checks for Array Buffers in expect.ToStrictEqual() (#​11805)
Fixes
  • [jest-snapshot] Correctly indent inline snapshots (#​11560)

v27.2.3: 27.2.3

Compare Source

Features
  • [@jest/fake-timers] Update @sinonjs/fake-timers to v8 (#​11879)
Fixes
  • [jest-config] Parse testEnvironmentOptions if received from CLI (#​11902)
  • [jest-reporters] Call destroy on v8-to-istanbul converters to free memory (#​11896)

v27.2.2: 27.2.2

Compare Source

Fixes
  • [jest-runtime] Correct wrapperLength value for ESM modules. (#​11893)

v27.2.1: 27.2.1

Compare Source

Features
  • [jest-transform] Improve the unexpected token error message. (#​11807)
Fixes
  • [jest-runtime] Fix regression when using jest.isolateModules and mocks (#​11882)
  • [jest-runtime] Include test name when importing modules after test has completed (#​11885)
  • [jest-runtime] Error when ESM import is used after test is torn down (#​11885)

v27.2.0: 27.2.0

Compare Source

Features
  • [jest-resolver, jest-runtime] Pass conditions to custom resolvers to enable them to implement support for package.json exports field (#​11859)
  • [jest-runtime] Allow custom envs to specify exportConditions which is passed together with Jest's own conditions to custom resolvers (#​11863)
Fixes
  • [@jest/reporters] Use async transform if available to transform files with no coverage (#​11852)
  • [jest-util] Return correct value from process.send stub (#​11799)

v27.1.1: 27.1.1

Compare Source

Features
  • [jest-runtime] Add experimental, limited (and undocumented) support for mocking ECMAScript Modules (#​11818)
Fixes
  • [jest-resolver] Support node: prefix when importing Node core modules with ESM (#​11817)
  • [jest-types] Export the PrettyFormatOptions interface (#​11801)

v27.1.0: 27.1.0

Compare Source

Features
  • [jest-haste-map] Use watchman suffix-set option for faster file indexing. (#​11784)
  • [jest-cli] Adds a new config options snapshotFormat which offers a way to override any of the formatting settings which come with pretty-format. (#​11654)
  • [jest-reporters] Expose the getSummary util (#​11695).
  • [jest-resolver] Support node: prefix when importing Node core modules (#​11331)
Fixes
  • [jest-each] Relaxed the validation to allow multibyte characters in headings (#​11575)
  • [jest-environment-jsdom] Add support for userAgent option (#​11773)
  • [jest-environment-node] Add Event and EventTarget to node global environment. (#​11727)
  • [jest-mock] Fix spyOn to use Object.prototype.hasOwnProperty (#​11721)
  • [jest-resolver] Add dependency on jest-haste-map (#​11759)
  • [jest-types] Compat with @types/node v16 (#​11645)
Chore & Maintenance
  • [docs] Correct expects.assertions documentation by adding async/await for asynchronous function.
kulshekhar/ts-jest (ts-jest)

v27.1.5

Compare Source

Bug Fixes
  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#​3430) (0d7356c)
Features
BREAKING CHANGES
  • path-mapping AST transformer is no longer shipped in ts-jest v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • Any imports ts-jest/dist/compiler/ts-compiler should change to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-jest/dist/legacy/config/config-set
  • Minimum support TypeScript version is now 4.3 since Jest 28 requires it.
  • Jest 28 is required.
  • core: Any imports ts-jest/utils should be replaced with ts-jest.
  • core: Starting from Jest 27.4, mocked has been integrated into Jest repo.
  • core: Support for Node.js v10 has been removed as Jest drops support for it.

27.1.5 (2022-05-17)

Bug Fixes

27.1.4 (2022-03-24)

Bug Fixes

27.1.3 (2022-01-14)

Bug Fixes
  • compiler: update memory cache for compiler using received file content (#​3194) (e4d9541)

27.1.2 (2021-12-15)

Bug Fixes
  • stimulate esbuild type to avoid importing esbuild directly (#​3147) (9ace0a9)

27.1.1 (2021-12-07)

Bug Fixes

v27.1.4

Compare Source

Bug Fixes
  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#​3430) (0d7356c)
Features
BREAKING CHANGES
  • path-mapping AST transformer is no longer shipped in ts-jest v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • Any imports ts-jest/dist/compiler/ts-compiler should change to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-jest/dist/legacy/config/config-set
  • Minimum support TypeScript version is now 4.3 since Jest 28 requires it.
  • Jest 28 is required.
  • core: Any imports ts-jest/utils should be replaced with ts-jest.
  • core: Starting from Jest 27.4, mocked has been integrated into Jest repo.
  • core: Support for Node.js v10 has been removed as Jest drops support for it.

27.1.5 (2022-05-17)

Bug Fixes

27.1.4 (2022-03-24)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 12pm on Wednesday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dev branch 7 times, most recently from 3184cc9 to 8546d1b Compare September 15, 2021 03:25
@renovate renovate bot force-pushed the renovate/dev branch 6 times, most recently from de64ee3 to 9b271cd Compare September 25, 2021 14:30
@renovate renovate bot force-pushed the renovate/dev branch 3 times, most recently from ca93b7b to 85e4c32 Compare October 2, 2021 17:57
@renovate renovate bot force-pushed the renovate/dev branch 6 times, most recently from 1d91c3b to b6ee1c7 Compare October 15, 2021 03:43
@renovate renovate bot force-pushed the renovate/dev branch 7 times, most recently from 33f6a5b to 56d6603 Compare October 23, 2021 00:46
@renovate renovate bot force-pushed the renovate/dev branch 2 times, most recently from 82358b4 to 9d8cac5 Compare May 29, 2025 17:25
@renovate renovate bot force-pushed the renovate/dev branch 3 times, most recently from 4f5535a to b6d6c3c Compare June 10, 2025 12:43
@renovate renovate bot force-pushed the renovate/dev branch 3 times, most recently from 0455543 to 239b965 Compare July 3, 2025 19:11
@renovate renovate bot force-pushed the renovate/dev branch 3 times, most recently from 30ca55d to 2434d9b Compare August 7, 2025 01:50
@renovate renovate bot force-pushed the renovate/dev branch 2 times, most recently from b87a10b to 9c2edd0 Compare August 13, 2025 21:55
@renovate renovate bot force-pushed the renovate/dev branch 2 times, most recently from 6519307 to e29be95 Compare August 28, 2025 05:08
@renovate renovate bot force-pushed the renovate/dev branch 6 times, most recently from 50b6793 to 020f459 Compare September 20, 2025 00:49
@renovate renovate bot force-pushed the renovate/dev branch 2 times, most recently from b98e59e to 55b08ab Compare September 24, 2025 09:41
@renovate renovate bot force-pushed the renovate/dev branch 2 times, most recently from f4705e1 to e223785 Compare October 15, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant